home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
umich
/
tex
/
td187src.lzh
/
FILL.D
< prev
next >
Wrap
Text File
|
1991-12-14
|
411b
|
21 lines
DEFINITION MODULE Fill;
(* Setze den VDI-Fill-Modus (eigene Definition für left *)
IMPORT Variablen;
CONST Solid = 0;
HorFill = 1;
VerFill = 2;
HorVerFill = 3;
LftFill = 4;
RgtFill = 5;
LftRgtFill = 6;
PROCEDURE SetFillMode ( FillMode : INTEGER) ;
(*
Setze Fill-Modus (wie oben angegeben)
*)
END (* of definition module *) Fill .